body{
    margin: 0;
}
a{
    text-decoration: none;
    color: #000000;
}
.bg_icon {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    top: 114px;
    left: 0;
    background-repeat: no-repeat;
    background-position:center top;
    background-size: 100% auto;
}
.bg_icon a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.bg_icon .bg_img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
.bg_icon img {
    width: 100%;
    height: 100%;
}
.bg_icon .close_button{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
/* 小导航 */
.smallNav_box{
    width: 100%;
    height: 33px;
    background-color: #11171E;
    position: relative;
    z-index: 997;
}
.smallNav{
    width: 1200px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.left_smallNav,.right_smallNav{
    height: 100%;
    display: flex;
    align-items: center;
}
.zhaosy_box{
    height: 100%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(223,223,223,0.1);
}
.zhaosy_box a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhaosy_box img{
    width: 20px;
    margin-right: 6px;
}
.zhaosy_box span{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #737E91;
}
.mobile_box,.dy_account{
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(223,223,223,0.1);
    position: relative;
    cursor: pointer;
}
.mobile_box:hover .mobile_accountText,.zhaosy_box:hover span,.dy_account:hover .mobile_accountText,.total_nav:hover .total_navText,.media_account:hover .media_accountText{
    color: #ED6D47;
}
.mobile_box01,.dy_account01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_accountText{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #737E91;
}
.mobile_qrcodePopup,.dy_qrcodePopup{
    position: absolute;
    top: 33px;
    left: 0;
    display: none;
    width: 150px;
    height: 150px;
    padding-bottom: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    z-index: 1000;
    border-radius: 5px;
}
.mobile_box:hover .mobile_qrcodePopup,.dy_account:hover .dy_qrcodePopup,.media_account:hover .dy_qrcodePopup{
    display: flex;
}
.dy_qrcodePopup{
    width: 200px;
    height: 210px;
    justify-content: space-around;
}
.wx_qrcodePopup img,.mobile_qrcodePopup img{
    width: 90%;
    height: 85%;
    display: block;
    margin: 0 auto;
}
.dy_qrcodePopup img{
    width: 160px;
    height: 170px;
    display: block;
    margin: 20px auto 5px;
}
.mobile_qrcodePopup span,.dy_qrcodePopup span{
    font-size: 12px;
    color: #2B2B2B;
    font-weight: 500;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
/* 全站导航 */
.total_nav,.media_account{
    height: 100%;
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(223,223,223,0.1);
    position: relative;
}
.media_account:last-child{
    border-right: none;
}
.total_nav:hover .totalNav_popup{
    display: flex;
}
.total_navSmall{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.total_navText,.media_accountText{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #737E91;
}
.media_account01,.media_account01 a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.totalNav_popup{
    width: 470px;
    /* height: 200px; */
    overflow: hidden;
    border: 1px solid #E5E6E5;
    position: absolute;
    background: #FFF;
    left: -15px;
    top: 33px;
    z-index: 1000;
    border-radius: 0 0 8px 8px;
    display: none;
    padding: 10px 15px;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
}
.game_navBox,.news_navBox,.zone_navBox{
    width: 32%;
    display: flex;
    flex-direction: column;
}
.gameNav_title,.newsNav_title,.zoneNav_title{
    font-size: 16px;
    color: #ff613d;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.newsNav_title{
    color: #ffcb18;
}
.zoneNav_title{
    color: #28c0ff;
}
.gameNav_content,.newsNav_content,.zoneNav_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.gameNav_content span,.newsNav_content span,.zoneNav_content span{
    margin-bottom: 8px;
    width: 100%;
}
.gameNav_content span a,.newsNav_content span a,.zoneNav_content span a{
    font-size: 14px;
    color: #3c3c3c;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.gameNav_content span a:hover{
    color: #ff613d;
}
.newsNav_content span a:hover{
    color: #ffcb18;
}
.zoneNav_content span a:hover{
    color: #28c0ff;
}
.gameNav_content .active,.newsNav_content .active,.zoneNav_content .active{
    position: relative;
}
.game_hotImg{
    background: url(../../images/nav-hotIcon.gif) no-repeat;
    position: absolute;
    display: block;
    width: 9px;
    height: 14px;
    top: -5px;
    right: -9px;
    overflow: hidden;
}
.right_smallNav a{
    height: 100%;
    border-right: 1px solid rgba(223,223,223,0.1);
}
.right_smallNav a:last-child{
    border-right: none;
}
.right_smallNav .user_login{
    margin-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.right_smallNav .user_login img{
    width: 15px;
    height: auto;
    margin-right: 5px;
}
.right_smallNav .user_login span{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 9.5px 2px;
    color: #737E91;
    font-size: 14px;
    cursor: pointer;
}
.right_smallNav .user_login span:hover{
    color: #ED6D47;
}
.right_smallNav .user_login span:nth-child(3){
    cursor: auto;
    color: #737E91 !important;
}
.right_smallNav .user_login #avatar{
    width: 20px;
    height: 20px;
    border-radius:50%;
}
.right_smallNav .user_login .user_operate{
    width: 130px;
    position: absolute;
    right: 0px;
    top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    display: none;
    z-index: 10;
    border-radius: 5px;
}
.right_smallNav .user_login .user_operate span{
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}
.right_smallNav .user_login .user_operate span:hover{
    color: #ED6D47;
}
.parting_lineBig{
    width: 0px;
    height: 180px;
    color: rgba(128,128,128,0.1);
    margin: 20px 15px 0 15px;
    border: 1px solid rgba(0,0,0,0.03);
}
/* 顶部分类导航 */
.header_box{
    width: 100%;
    height: 81px;
    position: relative;
    z-index: 99;
    background-color: #1E222D;
    display: flex;
    align-items: center;
    /* box-shadow: 0 0 6px 3px rgba(0,0,0,0.05); */
}
.header_boxSmall{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_left a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_left a img{
    width: 80%;
    height: 100%;
}
.menu_box{
    width: 765px;
    height: 100%;
    display: flex;
    align-items: center;
}
.el-menu-demo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.el-menu-demo a{
    padding: 0 26px;
    height: 100%;
    display: flex;
    align-items: center;
}
.el-menu-demo a:nth-child(7) {
    position: relative;
    padding: 0 30px;
}
.el-menu-demo .openServicHot_icon{
    position: absolute;
    width: 25px;
    height: 9px;
    top: 30px;
    right: 5px;
    background: url(../../images/about/hot_gif.png) no-repeat;
    background-size: 25px 9px;
}
.el-menu-demo a:hover span{
    color: #ED6D47;
}
.el-menu-demo a span{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ede2e2;
    /* color: #BBBBBB; */
}
.header_right {
    /* width: 0px; */
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layui-form{
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_right .input{
    width: 100%;
    height: 30px;
    border: 2px solid #ED6D47;
    /* border: 1px solid rgba(237,109,71,0.3); */
    border-radius: 16px 0px 0px 16px;
    border-right-style: hidden;
    padding: 0 0 0 5%;
    font-size: 12px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    /* background: #fdfdfd; */
    background-color: #1E222D;
    color: #999;
}
.header_right .input:focus{
    outline:none;
}
.search_button{
    width: 75px;
    height: 34px;
    background-color: #1E222D;
    /* background: #fdfdfd; */
    border-radius: 0px 16px 16px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ED6D47;
    /* border: 1px solid rgba(237,109,71,0.3); */
    border-left-style: hidden;
}
.search_button img{
    width: 17px;
    height: 17px;
}

/*分页*/
#pageList{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage .layui-laypage-curr:hover{
    color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ED6D47 !important;
}
.layui-laypage a:hover{
    color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-skip input:focus{
    border: 1px solid #ED6D47 !important;
}
/* 面包屑 */
.breadNarber{
    width: 1200px;
    height: 35px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.breadNarber img{
    width: 18px !important;
    height: 17px !important;
    margin-right: 5px;
}
.breadNarber span, .breadNarber span a{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-right: 5px;
}
.breadNarber span a:hover{
    color: #ED6D47;
}
/* 分享 */
.share_box{
    width: 97%;
    margin: 15px 0;
    padding: 0 1.5%;
    background-color: #FFFFFF;
    height: 61px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(../../images/share_bg.png) no-repeat; */
    background-size: cover;
}
.left_share{
    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.share_content{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid rgba(59,59,59,0.15);
}
.share_title{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-right: 15px;
}
.scan_wxAccount{
    width: 55%;
    display: flex;
    align-content: center;
    position: relative;
    cursor: pointer;
}
.scan_wxAccount01{
    width: 100%;
    display: flex;
    align-content: center;
}
.scan_wxAccount:hover .wx_qrcodePopup{
    display: flex;
}
.wx_qrcodePopup{
    position: absolute;
    top: -220px;
    left: 0;
    width: 200px;
    height: 200px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e1e2e6;
    border-radius: 10px;
    padding: 6px 0;
    z-index: 2;
}
.wx_qrcodePopup img{
    width: 90%;
    height: 85%;
}
.wx_qrcodePopup span{
    color: #333;
    font-size: 12px;
    margin-top: 9px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.qrCode_icon{
    width: 35px;
    height: 35px;
    margin: 0 15px;
}
.qrCode_text{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 35px;
    border-top-left-radius: 0px;
}
.left_share .bdsharebuttonbox a{
    width: 40px;
    height: 30px;
    padding-left: 0px !important;
}
.left_share .bdsharebuttonbox .bds_weixin{
    background: url(../../images/icon_library.png) -131px -41px;
}
.left_share .bdsharebuttonbox .bds_tsina{
    background: url(../../images/icon_library.png) -466px -135px;
}
.left_share .bdsharebuttonbox .bds_qzone{
    background: url(../../images/icon_library.png) -51px -42px;
}
.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{
    margin: 6px 0px 6px 0 !important;
}
.right_share span{
}
/* 广告 */
.cpro #f5{
    z-index: 1 !important;
    width: 940px !important;
}
.cpro #f6{
    z-index: 1 !important;
    width: 940px !important;
}
.cpro{

}

.zhaosy_login_popup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
}
.zhaosy_login_popup .login_content{
    width: 100%;
    max-height: fit-content;
    /*height: 480px;*/
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    z-index: 99998;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 420px;
}
.zhaosy_login_popup .login_content .close_btn{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.zhaosy_login_popup .login_content .close_btn img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.zhaosy_login_popup .login_content .login_tab{
    width: 100%;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid rgba(216,216,216,0.3);
}
.login_content .login_tab_item{
    height: 100%;
    line-height: 53px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.login_content .login_tab_item span{
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 20px;
    color: #3D3D3D;
}
.login_tab .tab_item_active span{
    font-weight: bold;
}
.login_tab .tab_item_active span:before{
    content: '';
    width: 50%;
    position: absolute;
    left: 26%;
    bottom: 0px;
    height: 4px;
    background: #EB6D47;
    text-align: center;
    border-radius: 2px;
}
.zhaosy_login_popup .login_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}
.zhaosy_login_popup .login_operate{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login_operate .input_box{
    width: 100%;
    height: 52px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background: #F2F2F4;
    border-radius: 5px;
}
.login_operate .input_box_two{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.login_operate .input_box_two .input_box{
    margin-bottom: 20px;
    height: 45px;
}
.login_operate .input_box_two .input_box_title{
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #3D3D3D;
    margin-bottom: 5px;
}
/*.login_operate .input_box span{*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    margin-right: 5px;*/
/*}*/
.login_operate .input_box .input,.login_operate .input_box_two .input{
    width: 100%;
    outline: none;
    border: 0px;
    background: transparent;
    font-size: 14px;
    /*color: #9C9C9C;*/
}
.login_operate .input_box .input:placeholder,.login_operate .input_box_two .input:placeholder{
    color: #9C9C9C;
    font-size: 14px;
}
.login_operate .input_box .ver_code{
    width: 100px;
    padding: 8px 6px;
    text-align: center;
    border-radius: 6px 0px 6px 0px;
    background: #ED6D47;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 14px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}
.login_operate .input_box .ver_code_disabled{
    background: rgba(237, 109, 71, 0.6);
}
.login_operate .forget_password{
    flex: 1;
    color: #ED6D47;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 14px;
    text-align: right;
    cursor: pointer;
}
.zhaosy_login_popup .login_operate .input_box:nth-child(2) .input{
    width: 70%;
}
.zhaosy_login_popup .login_btn{
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: block;
    background-color: #ED6D47;
    border: 0px;
    outline: none;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}
.zhaosy_login_popup .agree_service{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 16px;
    color: #5A5A5A;
    margin-top: 15px;
}
.zhaosy_login_popup .agree_service span,.zhaosy_login_popup .agree_service a{
    color: #ED6D47;
}
.zhaosy_login_popup .agree_service .checkbox_service{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.zhaosy_login_popup .user_register{
    width: 100%;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #ED6D47;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.zhaosy_login_popup .other_login{
    width: 100%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 70px 20px;
    cursor: pointer;
}
.other_login .wx_login,.other_login .qq_login,.other_login .wb_login{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.qq_login img{
    width: 50px;
    height: 50px;
}

.screen_headerBox {
    display: none;
    position: fixed;
    top: 93px;
    z-index: 999999;
    left: 70%;
}
.screen_topContent {
    width: 100%;
    margin: 0 auto;
    padding: 10px 3% 10px 3%;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #e6e9ee;
}
/* 专区分类 */
.zone_box2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0 30px;
}
.zone_title2{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(228,228,228,0.7);
}
.zone_title2 img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.zone_title2 span{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2d2d2d;
}
.zone_content2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 10px;
}
.content_box2{
    width: 23%;
    height: 27px;
    line-height: 27px;
    border: 1px solid rgba(0,0,0,0.21);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 1.8%;
}
.content_box2:nth-child(4n){
    margin-right: 0%;
}
.content_box2 a{
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.content_box2 span{
    width: 90%;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #2d2d2d;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
.zone_box_a{
    overflow: hidden;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #252525;
}

.el-menu-demo .active{
    background: linear-gradient(0deg, rgba(240,153,128,0.16) 0%, rgba(165,166,167,0.16) 100%);
}
.el-menu-demo .active span{
    color: #ED6D47;
}
